Documentation Index
Fetch the complete documentation index at: https://mintlify.com/peLuis123/Stripe_Back/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
PUT /api/customers/update
Updates an existing customer’s information in Stripe. The userId field is required to identify the customer. Email, name, and phone are optional and only fields provided will be updated.
Request Body
The Stripe customer ID to update (format:
cus_...)Updated email address for the customer
Updated name for the customer
Updated phone number for the customer
Response
Indicates if the request was successful
Response message describing the result
Updated customer object